home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / hp / panel / scripts / DefineButton2_23 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-03-20  |  211 b   |  13 lines

  1. on(release){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    getURL(eval("../../:link"),"_blank");
  7.    tellTarget("linkmovie")
  8.    {
  9.       gotoAndStop("rollout");
  10.       play();
  11.    }
  12. }
  13.